ObjectSetVisible

 

Show or hide the object.

 

void @ObjectSetVisible(string classname, int flag);

 

Parameter

string classname : Class name of object

int flag : 0=hide, 1=show

 

Return Value

None

 

Example

@ObjectSetVisible("Line2", 0);

 

Description : Set Line2 object to hide.

 

Version Information

Initial Support: 10.2.8

 

Related Helps

@ObjectGetClassName()

@ObjectSetBackColor()

@ObjectSetFillColor()

@ObjectSetFillOption()

@ObjectSetFont()

@ObjectSetFontName()

@ObjectSetFontSize()

@ObjectSetFontStyle()

@ObjectSetLineColor()

@ObjectSetLineOption()

@ObjectSetLineThick()

@ObjectSetRect()

@ObjectSetRotationAxis()

@ObjectSetTag()

@ObjectSetText()

@ObjectSetTextColor()

@ObjectSetToolTipText()

@ObjectSetVisible()